Get User
AutomatR.Jira.Activities.GetUser
The "Get User" activity in AutomatR's Jira package leverages the Jira API to retrieve user details based on the account ID. This activity is useful for obtaining information about a specific user in Jira, enhancing the capabilities of workflow automation.
Properties
Name | Description |
---|---|
Input | |
Account ID | Enter the account ID for which user details are required. String variables containing the account ID. |
Misc | |
Display Name | The display name of the activity. This field supports only strings or String variables. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get User" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs a list of users based on the provided account ID. Variables of type Users to store the user details. |
How to use:
- Drag and drop the "Get User" activity onto the workflow.
- Optionally, configure the delay.
- Provide the account ID for the user whose details you want to retrieve.
- Execute the workflow to obtain user details based on the specified account ID.
Example: Consider an example where the "Get User" activity is used to retrieve details for a user with the account ID "abc123":
Get User:
Account ID: "abc123"
Result: userDetails
In this example, the activity fetches user details for the user with the account ID "abc123". The result, which includes information about the user, is stored in the variable "userDetails" for further handling in the workflow.